* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  font-family: Microsoft YaHei;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear {
  clear: both;
}
.text-primary {
  color: #14997e;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.fz16 {
  font-size: 16px;
}
.fwb {
  font-weight: bold;
}
h3,
h4 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
li {
  list-style: none;
}
.wrap {
  margin: 0 auto;
  width: 75%;
  min-width: 1200px;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.header {
  position: relative;
  box-sizing: border-box;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 4px 43px 0px rgba(236, 236, 236, 0.35);
}
.top {
  background: #ffffff;
  height: 92px;
  position: relative;
  z-index: 1000;
}
.top .nav {
  display: flex;
  justify-content: space-between;
}
.top .logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1000;
}
.navBar {
  display: flex;
  height: 92px;
}
.navBar li {
  height: 92px;
  position: relative;
  margin: 0 10px;
}
.navBar li.on .tit {
  color: #da1205;
  background: #fff;
  border-bottom: 2px solid #da1205;
}
.navBar li:hover .tit {
  color: #da1205;
  background: #fff;
  border-bottom: 2px solid #da1205;
}
.navBar li:hover .sub {
  display: block;
}
.navBar li:hover::before {
  height: 100%;
}
.navBar .tit {
  width: 104px;
  font-size: 16px;
  height: 90px;
  line-height: 90px;
  color: #333333;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navBar .sub {
  position: absolute;
  top: 92px;
  padding-top: 4px;
  left: -40px;
  width: 191px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000;
  display: none;
}
.navBar .sub a {
  background: #fff;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #f3f5f8;
}
.navBar .sub a:hover {
  background: #da1205;
  color: #fff;
  border-bottom: 1px solid #da1205;
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
  display: block;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 56px;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 28px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #b5b5b5;
}
.banner .hd li.on {
  background: #14997e;
  width: 50rpx;
}
.history {
  height: 124px;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0px 3px 92px 0px rgba(231, 231, 231, 0.47);
  bottom: 0;
  z-index: 1;
  margin-top: -101px;
}
.history ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.history ul li {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-right: 1px solid #efefef;
  cursor: pointer;
}
.history ul li:hover {
  height: 100%;
}
.history ul li:hover p {
  color: #da1205 !important;
}
.history ul li:hover span {
  color: #da1205 !important;
}
.history ul li:nth-last-child(1) {
  border-right: none;
}
.history ul li p:nth-child(1) {
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  color: #5a5a5a;
  line-height: 30px;
}
.history ul li p:nth-child(1) span {
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  color: #5a5a5a;
  line-height: 30px;
  position: relative;
  top: -20px;
  left: 5px;
}
.history ul li p:nth-child(2) {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #5a5a5a;
}
.com-tit {
  width: 171px;
  height: 33px;
  border: 1px solid #da1205;
  text-align: center;
  margin: 0 auto;
}
.com-tit span {
  font-size: 26px;
  font-weight: bold;
  color: #da1205;
  background: #fff;
  margin-top: -20px;
  position: relative;
  top: -5px;
  display: inline-block;
}
.com-tit .e-tit {
  font-size: 18px;
  color: #999999;
  background: #fff;
  margin-top: 2px;
  font-weight: 400;
  font-family: Microsoft YaHei;
}
.about {
  margin-top: 60px;
  background: url('../images/home_21.jpg') center / cover no-repeat;
  position: relative;
  height: 860px;
}
.about .left {
  padding-top: 169px;
}
.about .left .tit {
  font-size: 26px;
  font-weight: bold;
  color: #da1205;
}
.about .left .e-tit {
  font-size: 18px;
  color: #999999;
  margin-top: 5px;
}
.about .left .desc {
  width: 900px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  margin-top: 53px;
}
.about .more {
  width: 163px;
  height: 48px;
  background: #da1205;
  margin-top: 59px;
  line-height: 48px;
  text-align: center;
}
.about .more a {
  font-size: 16px;
  color: #ffffff;
}
.service {
  margin-top: 70px;
}
.service .list ul {
  display: flex;
  flex-wrap: wrap;
}
.service .list ul li {
  width: calc(25% - 20px);
  margin-right: 24px;
  margin-top: 40px;
  overflow: hidden;
}
.service .list ul li:hover {
  box-shadow: 0px 4px 43px 0px rgba(236, 236, 236, 0.35);
}
.service .list ul li:hover .bottom p:nth-child(1) {
  color: #ef4136;
}
.service .list ul li:hover .img-box {
  transform: scale(1.1);
  transition: all 0.3s;
}
.service .list ul li:nth-child(4n) {
  margin-right: 0;
}
.service .list ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.service .list ul li a .img-box {
  width: 100%;
}
.service .list ul li a .img-box::before {
  content: '';
  display: block;
  padding-bottom: 124%;
}
.service .list ul li a .bottom {
  width: 100%;
  font-size: 16px;
  text-align: left;
  height: 82px;
  box-sizing: border-box;
  color: #333;
  transition: all 1s;
  position: relative;
  z-index: 1000;
  background: #fff;
  padding-left: 22px;
}
.service .list ul li a .bottom p:nth-child(1) {
  padding-top: 10px;
}
.service .list ul li a .bottom p:nth-child(2) {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}
.product {
  margin-top: 70px;
}
.product .com-tit {
  width: 210px;
}
.product .cont {
  margin-top: 56px;
  justify-content: space-between;
}
.product .cont .left {
  width: 10%;
}
.product .cont .left .tit {
  font-size: 28px;
  color: #333333;
  font-weight: 550;
}
.product .cont .left .nav {
  height: 329px;
  margin-top: 35px;
}
.product .cont .left .nav li {
  font-size: 16px;
  font-weight: bold;
  line-height: 52px;
}
.product .cont .left .nav li:hover a {
  color: #da1205;
  font-weight: 600;
}
.product .cont .left .nav li a {
  color: #333;
  font-weight: 400;
  display: block;
}
.product .right {
  width: 85%;
}
.product .right ul {
  display: flex;
  flex-wrap: wrap;
}
.product .right ul li {
  width: calc(33% - 20px);
  margin-right: 17px;
  padding: 20px;
  box-sizing: border-box;
  padding-bottom: 36px;
  margin-bottom: 40px;
}
.product .right ul li:hover {
  background: #ffffff;
  box-shadow: 0px 4px 43px 0px rgba(236, 236, 236, 0.55);
}
.product .right ul li:hover .bottom {
  color: #da1205;
}
.product .right ul li:nth-child(3n) {
  margin-right: 0;
}
.product .right ul li a {
  display: block;
  width: 100%;
}
.product .right ul li .img-box::before {
  content: '';
  display: block;
  padding-bottom: 83%;
}
.product .right ul li .bottom {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-top: 25px;
  padding: 0 25px;
}
.middle-banner {
  width: 100%;
  height: 281px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.middle-banner img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.middle-banner .text {
  position: relative;
  z-index: 100000;
}
.middle-banner .text p {
  text-align: center;
}
.middle-banner .text p:nth-child(1) {
  font-size: 38px;
  color: #ffffff;
}
.middle-banner .text p:nth-child(2) {
  font-size: 28px;
  color: #ffffff;
  line-height: 39px;
  margin-top: 20px;
}
.news {
  margin-top: 69px;
}
.news .com-tit {
  width: 187px;
}
.news .list {
  margin-top: 60px;
}
.news .list ul {
  flex-wrap: wrap;
}
.news .list ul li {
  width: calc(50% - 20px);
  height: 153px;
  background: #ffffff;
  margin-right: 37px;
  padding: 34px 0;
  padding-right: 54px;
  box-sizing: border-box;
  border-bottom: 1px solid #ececec;
}
.news .list ul li:hover {
  box-shadow: 0px 4px 43px 0px rgba(236, 236, 236, 0.55);
  padding: 34px 20px 34px 32px;
  border: none;
  position: relative;
  z-index: 10000;
  margin-top: -1px;
}
.news .list ul li:hover span:nth-child(1) {
  color: #da1205 !important;
}
.news .list ul li:nth-child(2n) {
  margin-right: 0;
}
.news .list ul li .text {
  display: flex;
  justify-content: space-between;
}
.news .list ul li .text span:nth-child(1) {
  width: 394px;
  font-size: 16px;
  color: #000000;
}
.news .list ul li .text span:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.news .list ul li .dec {
  font-size: 14px;
  color: #999999;
  margin-top: 13px;
  line-height: 28px;
  text-align: justify;
}
.link {
  margin-top: 60px;
  height: 54px;
  line-height: 54px;
  background: #f5f5f5;
  font-size: 20px;
  color: #333333;
}
.link span {
  font-size: 14px;
}
.link a {
  margin: 0 20px;
  font-size: 14px;
}
.footer {
  display: flex;
  padding-top: 53px;
  background: #333333;
  height: 338px;
  box-sizing: border-box;
}
.footer .wrap {
  display: flex;
}
.footer .f-tit span:nth-child(1) {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.footer .f-tit span:nth-child(2) {
  font-size: 12px;
  color: #7a7a7c;
  line-height: 26px;
  margin-left: 10px;
}
.footer .f-list ul {
  display: flex;
  flex-direction: column;
  height: 190px;
  flex-wrap: wrap;
  width: 200px;
  margin-top: 20px;
}
.footer .f-list ul li {
  width: 60px;
  font-size: 14px;
  color: #e7eae6;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #737373;
}
.footer .f-list ul li a {
  color: #e7eae6;
}
.footer .left {
  flex: 1;
}
.footer .middle {
  flex: 1;
}
.footer .about-us {
  flex: 1;
}
.footer .contact {
  font-size: 14px;
  color: #c4c7c4;
  line-height: 32px;
  margin-top: 25px;
}
.footer .ewm {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.footer .ewm .text {
  color: #fff;
  font-size: 14px;
  margin-right: 25px;
  writing-mode: vertical-lr;
}
.footer .ewm img {
  width: 155px;
  height: 155px;
}
.copy-right {
  width: 100%;
  background: #282828;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  height: 58px;
  line-height: 58px;
  text-align: center;
}
.copy-right a {
  color: #fff;
}
.common-left {
  width: 16.8%;
  background: #ffffff;
  float: left;
  box-sizing: border-box;
}
.common-left .title {
  position: relative;
  background: #da1205;
  height: 76px;
}
.common-left .title p:nth-child(1) {
  line-height: 76px;
  text-align: center;
  padding: 0 13px;
  box-sizing: border-box;
  font-size: 24px;
  color: #ffffff;
  width: 100%;
  height: 76px;
}
.common-left .title p:nth-child(2) {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  line-height: 74px;
  opacity: 0.06;
  position: absolute;
  left: 13px;
  top: 0;
}
.common-left .bottom {
  width: 100%;
  height: 120px;
  background: #da1205;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
  margin-top: 25px;
}
.common-left .bottom img {
  position: absolute;
  right: 0.78vw;
  width: 3.48vw;
  height: auto;
}
.common-left .bottom .tel {
  font-size: 18px;
  color: #ffffff;
  margin-left: 9px;
  margin-top: 3px;
}
.common-left .bottom .phone {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 9px;
}
.common-left .bottom .e-tit {
  font-size: 3vw;
  position: absolute;
  color: #fff;
  opacity: 0.1;
  font-weight: 700;
}
.common-left .nav-list {
  margin-top: 5px;
  background: #ffffff;
}
.common-left .nav-list > ul .li {
  width: 100%;
  height: 50px;
  background: #f8f8f8;
  overflow: hidden;
  margin-top: 6px;
  position: relative;
}
.common-left .nav-list > ul .li:nth-child(1) {
  margin-top: 0;
}
.common-left .nav-list > ul .li a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 2vw;
  box-sizing: border-box;
  font-size: 18px;
  color: #333333;
  padding-right: 45px;
  position: relative;
}
.common-left .nav-list > ul .li a span {
  font-size: 20px;
  margin-left: 1.3vw;
  position: absolute;
  right: 1.3vw;
  top: 0;
}
.common-left .nav-list > ul .li a .icon-jianhao_o {
  display: none;
}
.common-left .nav-list > ul .li.active {
  height: auto;
}
.common-left .nav-list > ul .li.active .icon-jianhao_o {
  display: block !important;
}
.common-left .nav-list > ul .li.active .icon-jiahao_o {
  display: none;
}
.common-left .nav-list > ul .li.active > a {
  background: #da1205;
  color: #fff;
}
.common-left .nav-list > ul .li.active > a span {
  color: #fff;
}
.common-left .nav-list > ul .li > a:hover {
  background: #da1205;
  color: #fff;
}
.common-left .nav-list > ul .li > a:hover span {
  color: #fff;
}
.common-left .nav-list > ul .li a {
  color: #333333;
}
.common-left .nav-list > ul .li .sub {
  background: #fff;
}
.common-left .nav-list > ul .li .sub li {
  padding-left: 0.5vw;
  line-height: 40px;
  position: relative;
  margin-top: 1px;
  background: #f8f8f8;
}
.common-left .nav-list > ul .li .sub li span {
  position: absolute;
  right: 1.56vw;
  top: 0;
  font-size: 22px;
}
.common-left .nav-list > ul .li .sub li a {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #666666;
}
.common-left .nav-list > ul .li .sub li.active a {
  color: #da1205;
}
.common-left .nav-list > ul .li .sub li.active span {
  color: #da1205;
}
.common-left .nav-list > ul .li .sub li:hover a {
  color: #da1205;
}
.common-left .nav-list > ul .li .sub li:hover span {
  color: #da1205;
}
.common-right {
  width: 79.1%;
  background: #ffffff;
  margin-left: 49px;
  float: left;
}
.common-title {
  font-size: 20px;
  font-weight: 550;
  color: #da1205;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 18px;
  margin: 30px 0;
}
.common-title span {
  border-bottom: 3px solid #da1205;
  padding-bottom: 18px;
}
.ny-product .list {
  margin-top: 30px;
}
.ny-product .list > ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .list > ul li {
  width: calc(33% - 20px);
  margin-right: 17px;
  padding: 20px;
  box-sizing: border-box;
  padding-bottom: 36px;
  margin-bottom: 15px;
}
.ny-product .list > ul li:hover {
  background: #ffffff;
  box-shadow: 0px 4px 43px 0px rgba(236, 236, 236, 0.55);
}
.ny-product .list > ul li:hover .bottom {
  color: #da1205;
}
.ny-product .list > ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product .list > ul li a {
  display: block;
  width: 100%;
}
.ny-product .list > ul li .img-box::before {
  content: '';
  display: block;
  padding-bottom: 83%;
}
.ny-product .list > ul li .bottom {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-top: 25px;
  padding: 0 25px;
}
.ny-news {
  margin-top: 35px;
  margin-bottom: 98px;
}
.ny-news .common-right .list > ul {
  margin-top: 40px;
}
.ny-news .common-right .list > ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  padding: 30px 30px 30px 0px;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
  position: relative;
  z-index: 0;
}
.ny-news .common-right .list > ul li:nth-last-child(1) {
  border-top: 1px solid #eeeeee;
}
.ny-news .common-right .list > ul li:nth-child(1) {
  border-top: none;
}
.ny-news .common-right .list > ul li:hover {
  box-shadow: 0px 11px 32px 0px rgba(196, 196, 196, 0.35);
  padding-left: 30px;
  margin-top: -1px;
  position: relative;
  z-index: 100000000000000000000000000;
  border: none;
}
.ny-news .common-right .list > ul li:hover + li {
  border-top: none;
}
.ny-news .common-right .list > ul li:hover .btn {
  background: #da1205;
  color: #fff !important;
}
.ny-news .common-right .list > ul li:hover .tit {
  color: #da1205 !important;
}
.ny-news .common-right .list > ul li .img-box {
  width: 242px;
  height: 158px;
  position: relative;
  overflow: hidden;
}
.ny-news .common-right .list > ul li .img-box img {
  position: absolute;
  top: 50%;
  width: auto;
  min-height: 100%;
  transform: translateY(-50%);
  max-width: 100%;
}
.ny-news .common-right .list > ul li a {
  display: flex;
}
.ny-news .common-right .list > ul li .text {
  margin-left: 16px;
  width: 77%;
}
.ny-news .common-right .list > ul li .text > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  color: #666666;
  line-height: 26px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(1) .tit {
  width: 403px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(2) {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(2) .dec {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(3) {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.ny-search .common-title {
  margin-top: 36px;
}
.ny-search .list > ul {
  margin-top: 26px;
}
.ny-search .list > ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  padding: 30px 0;
  box-sizing: border-box;
  border-top: 1px solid #eee;
}
.ny-search .list > ul li:nth-child(1) {
  border-top: none;
}
.ny-search .list > ul li:nth-last-child(1) {
  border-top: 1px solid #eee;
}
.ny-search .list > ul li:hover {
  box-shadow: 0px 11px 32px 0px rgba(196, 196, 196, 0.35);
  padding: 33px 20px;
  margin-top: -1px;
  position: relative;
  z-index: 1000000000000000000;
  border: none;
}
.ny-search .list > ul li:hover + li {
  border: none;
}
.ny-search .list > ul li:hover .btn {
  background: #da1205;
  color: #fff !important;
}
.ny-search .list > ul li:hover .tit {
  color: #da1205 !important;
}
.ny-search .list > ul li a {
  display: flex;
}
.ny-search .list > ul li .text {
  width: 100%;
}
.ny-search .list > ul li .text > div:nth-child(1) {
  width: 100%;
}
.ny-search .list > ul li .text > div:nth-child(1) .tit {
  width: 800px;
  font-size: 16px;
  color: #333333;
}
.ny-search .list > ul li .text > div:nth-child(1) .time {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}
.ny-search .list > ul li .text > div:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ny-search .list > ul li .text > div:nth-child(2) .dec {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-top: 10px;
}
.ny-search .list > ul li .text > div:nth-child(2) .btn {
  width: 121px;
  height: 43px;
  border: 1px solid #dedfe1;
  border-radius: 20px;
  font-size: 16px;
  color: #999999;
  text-align: center;
  line-height: 43px;
}
.ny-page {
  margin-top: 56px;
}
.ny-page .content {
  margin-top: 10px;
}
.ny-contact {
  margin-top: 56px;
}
.ny-contact .cont {
  line-height: 40px;
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.ny-contact .cont p {
  font-size: 16px;
}
.message {
  margin-top: 72px;
  padding: 40px 25px;
  box-sizing: border-box;
  box-shadow: 9px 5px 62px 0px rgba(242, 242, 242, 0.78);
  margin-bottom: 60px;
}
.message h3 {
  font-size: 16px;
  font-weight: 700;
  color: #030303;
}
.message .input {
  display: flex;
  margin-top: 15px;
}
.message .input > div {
  width: calc(33% - 14px);
}
.message .input > div input {
  height: 100%;
  border: none;
  outline: none;
  background: #f6f6f6;
  margin-top: 14px;
  width: 100%;
  height: 45px;
  background: #f7f7f7;
  padding-left: 15px;
  box-sizing: border-box;
}
.message .input > div:nth-child(1),
.message .input > div:nth-child(2) {
  margin-right: 30px;
}
.message .input > div span {
  display: block;
  font-size: 14px;
  color: #d6d6d6;
}
.message .input > div span i {
  color: #da1205;
  margin-left: 3px;
}
.message .text-area {
  margin-top: 15px;
  width: 100%;
  height: 143px;
  box-sizing: border-box;
}
.message .text-area span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.message .text-area textarea {
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
}
.message .btn-group {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.message .btn {
  width: 134px;
  height: 40px;
  background: #da1205;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.message .reset {
  width: 134px;
  height: 40px;
  background: #d6d6d6;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin-left: 26px;
}
.message-btn {
  width: 224px;
  height: 57px;
  background: #da1205;
  border-radius: 10px;
  opacity: 1;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.ny-tit {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.ny-title {
  height: 50px;
  border-bottom: 1px solid #eeeeee;
  color: #282828;
  font-size: 12px;
  justify-content: space-between;
  margin: 20px auto;
}
.ny-title span {
  color: #14997e;
  display: inline;
}
.ny-about {
  margin-bottom: 56px;
}
.ny-about .cont {
  padding: 20px;
  line-height: 24px;
}
.ny-detail {
  margin-top: 56px;
}
.ny-download {
  margin-top: 56px;
  margin-bottom: 98px;
}
.ny-download .list {
  margin-top: 14px;
}
.ny-download .list > ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-download .list > ul li {
  width: calc(50% - 14px);
  height: 89px;
  margin-left: 27px;
  border: 1px solid #f2f2f2;
  padding: 24px 25px;
  margin-top: 28px;
  box-sizing: border-box;
}
.ny-download .list > ul li:hover {
  border: none;
  box-shadow: 0px 1px 21px 0px rgba(224, 224, 224, 0.35);
}
.ny-download .list > ul li:hover a > div:nth-child(3) {
  background: #da1205;
}
.ny-download .list > ul li:hover a > div:nth-child(3) span {
  color: #fff;
}
.ny-download .list > ul li:nth-child(2n + 1) {
  margin-left: 0;
}
.ny-download .list > ul li a {
  display: flex;
  align-items: center;
}
.ny-download .list > ul li a > div:nth-child(1) span {
  color: #ffbb63;
  font-size: 50px;
}
.ny-download .list > ul li a > div:nth-child(2) {
  width: 15vw;
  margin-left: 10px;
  margin-top: 5px;
}
.ny-download .list > ul li a > div:nth-child(2) p:nth-child(1) {
  font-size: 16px;
  color: #333;
  width: 250px;
}
.ny-download .list > ul li a > div:nth-child(2) p:nth-child(2) {
  font-size: 12px;
  color: #b4aeae;
  margin-top: 5px;
}
.ny-download .list > ul li a > div:nth-child(3) {
  width: 47px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #f2f3f5;
  border-radius: 12px;
  margin-left: 4.7vw;
}
.ny-download .list > ul li a > div:nth-child(3) span {
  color: #7e858c;
  font-size: 20px;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  padding-bottom: 60px;
  margin-top: 30px;
}
.detail .title {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
  margin-top: 10px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #da1205;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 56px 0;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 40px;
  height: 40px;
  background: #f9f9f9;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
  color: #242422;
  font-size: 14px;
}
.paging li.active a {
  background: #da1205 !important;
  color: #fff;
}
.paging li a:hover,
.paging li span {
  background: #f9f9f9;
  border-color: #1346ba;
  color: #000;
}
.paging li.next {
  transform: rotate(180deg);
  font-weight: 700;
}
.paging li.prev {
  font-weight: 700;
}
.crumbs {
  height: 58px;
  border-bottom: 1px solid #f2f2f2;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
@media screen and (max-width: 1680px) {
  .about .right {
    width: 54%;
  }
  .common-left .bottom img {
    width: 50px;
  }
  .common-left .bottom .tel {
    font-size: 16px;
  }
  .common-left .bottom .phone {
    font-size: 18px;
  }
  .common-left .nav-list > ul .li a {
    font-size: 16px;
  }
  .common-left .nav-list > ul .li .sub li a {
    font-size: 14px;
  }
  .common-left .nav-list > ul .li a span {
    font-size: 18px;
  }
}
